release 0.1.50
authorØyvind Kolås <pippin@gimp.org>
Sun, 20 May 2018 08:45:46 +0000 (10:45 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 20 May 2018 08:45:46 +0000 (10:45 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 3160883272259bfb914bf45048a91159bb97dee5..73483537c7eda09e8efc189c1a322a601d1157be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
+2018-05-20 babl-0.1.50                                              </dt><dd>
+Improvements to speed and precision of indexed code, improvements to meson
+build.
+                                                                    </dd><dt>
 2018-05-15 babl-0.1.48                                              </dt><dd>
 fix u8 &lt;-&gt; double conversions for chroma, SSE2 version of RGBA float to
 CIE L / Lab. Build with -Ofast by default.
index dee8507c8c9c8f85b10d7516c2da5bce3307f5ec..d05560fa9bfa2b3400eff20fbf62135ec1a22fd6 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [49])
+m4_define([babl_micro_version], [50])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
index cd428450333240c2ca49dbb9d38e43bfc26b2c19..2b96a7c84e94d606880aad4f8c699d51d48ea965 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.49',
+  version: '0.1.50',
   meson_version: '>=0.40.0',
   default_options: [
     'libdir=lib',